@charset "utf-8";

.readcon-win{position: fixed;bottom: calc(50% - 260px);left: calc(50% - 316px);width: 632px;
 height: 520px;z-index: 20;background: #fff;display: none;overflow: hidden;border-radius: 10px;}
.readcon-win .int{padding: 1.5rem;height: 90%;overflow-y: auto;box-sizing: border-box;}
/*.readcon-win .int::-webkit-scrollbar{
    width: 0px;
}
.readcon-win .int{
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}*/
.readtl{text-align: center;/*line-height: 0.72rem;*/padding: 0.5rem 0;box-sizing: border-box;background-color: #efecec;}
.readtl h3{font-size: 0.32rem;font-weight: bold;color: #000;text-align: center}
.readclose{position: absolute;top: 0.12rem;right: 0.32rem;}
.readclose .layui-icon{font-size: 0.42rem;}
.btn{
	display: flex;
	align-items: center;
	margin: 1.5rem 0;
}
.btn p{
	width: 50%;
	text-align: center;
}
/*.btn p:last-child{
	width: 60%;
	box-sizing: border-box;
}*/
.btn p span{
	padding: 0.5rem 3.5rem;
	border: 1px solid #ccc;
	border-radius: 10px;
	display: inline-block;
}
.btn p:last-child span{
	/*padding: 0.8rem 3.5rem;*/
	background-color: #e96348;
	border: none;
	color: #fff;
}
.mask{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.32);z-index: 15;display: none;}